home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / st_plugins / catalogs / dirwalker.cd < prev    next >
Text File  |  1999-11-29  |  786b  |  31 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module DirWalker
  4. ;
  5. DESCRIPTION (1//)
  6. With this module, you can browse through a specified \
  7. drive or directory. With the ACTIONPREFS-Option, you can \
  8. easily define action menus for different file types.
  9. ;
  10. PARAMETER (//)
  11. ROOT/A        - directory where the DirWalker starts\n\
  12. ACTIONPREFS/A - file with defined action menus\n\
  13. IGNOREINFO/S  - ignore icon files (.info)\n\
  14. ADDMISCMENU/S - add the default menu to each action menu\n\
  15. USEIMAGES/S   - try to connect images to the entries
  16. ;
  17. IF_ROOTDIRECTORY (//)
  18. Root-Directory
  19. ;
  20. IF_ACTIONPREFERENCES (//)
  21. Action-Preferences
  22. ;
  23. IF_IGNOREINFO (//)
  24. Ignore icon files
  25. ;
  26. IF_ADDMISCMENU (//)
  27. Add miscellaneous menu to every entry
  28. ;
  29. IF_USEIMAGES (//)
  30. Try to connect images to the entries
  31.